DevForce Help Reference
EntityListManager<T> Class
Members 


Entity type
Manages any list of Entities to ensure the list stays current with specified filtering criteria.
Object Model
EntityListManager<T> ClassEntityManager ClassEntityProperty Class
Syntax
'Declaration
 
Public Class EntityListManager(Of T As Class) 
   Implements System.IDisposable 
'Usage
 
Dim instance As EntityListManager(Of T)
public class EntityListManager<T> : System.IDisposable  
where T: class
Type Parameters
T
Entity type
Remarks
An EntityListManager can turn any concreteSystem.Collections.IList implementation into a "live" or managed list. By specifying a Filter and FilterProperties the EntityListManager will ensure that any changes, additions or deletions to entities meeting the filtering criteria are automatically reflected in the list.

Use ManageList and UnmanageList to add or remove lists under management. All lists managed by an EntityListManager must contain the same Entity type.

Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.EntityListManager<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityListManager<T> Members
IdeaBlade.EntityModel Namespace

Send Feedback